Log Manager
Utility class for LogManager.
This class is used for any logging operation done through the Mobile SDK. Any application that uses the Mobile SDK can also use this class for their own logging operations.
For example
LogManager.log(LogLevel.Info, "context information","operation done");
Since
2.0.0